home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 194 / pascal / read.me < prev    next >
Encoding:
Text File  |  1987-11-20  |  2.0 KB  |  56 lines

  1. BLOCK.RA2
  2. BLOCK.RA3
  3. LAEXAM.PRG
  4.  
  5.     Keywords: LINE A PPASCAL TACKLE BOX ST
  6.     
  7.     This is a Tackle Box demo for PPascal users that shows how easy it is to
  8.     interface with the LINE A routines.  THIS IS A DEMO ONLY!  All users of
  9.     Tackle Box ST will receive the complete source code and docs (about 55
  10.     pages) free.
  11.     
  12.  
  13. BUGS1087.DOC
  14. PPQUESTS.DOC
  15.  
  16.     These are two text files from the OSS BBS detailing some common questions
  17.     and bug fixes for those bugs reported in October.  Lots of good info.
  18.  
  19.  
  20. NEWDIAL.PAS
  21.  
  22.     Keywords: PERSONAL PASCAL V 2.0 2.01 DIALOG
  23.     
  24.     This file contains Personal Pascal source to replace Center_Dialog,
  25.     Do_Dialog, and Redo_Dialog under v 2.0 and 2.01, which for some reason
  26.     refuses to display the outline around dialog boxes. This includes a program
  27.     to demostrate usage of the functions, which are implementations of some 'C'
  28.     calls.
  29.     
  30.  
  31. PASCAL.DEF
  32. PASCAL.I
  33. PASCAL.PAS
  34. PASCAL.RSC
  35.  
  36.     Keywords: PERSONAL PASCAL MANAGER SOURCE RESOURCE LOADS ENVIRONMENT CHAIN
  37.     
  38.     Source, resource file, etc., for the original Personal Pascal version 1
  39.     manager program.  This shows you how to load and use resource files, how to
  40.     pass info in the environment string, commands via CHAIN, etc., etc.  Source
  41.     is sparsely commented but pretty clear.  CAUTION: Resource file is from
  42.     Atari VERSION 1 resource editor and must be converted if used with other
  43.     versions and/or other editors!
  44.     
  45.  
  46. XYPLOT.DOC
  47. XYPLOT.PAS
  48.  
  49.     Source code in Pascal to make XY plot of either a continous function or
  50.     tabular data.  Several samle functions are plotted to demonstrate
  51.     the usage.  The user can 'zoom in' or out with virtually no effort.
  52.     The roots of an equation can be found by simply zooming in and clicking
  53.     the mouse.  Demonstrates one way to combine ordinary, i.e.,WriteLn,
  54.     text and graphics on the same display screen.  Pascal source and
  55.     documentation. Written for a monochrome monitor.
  56.